SftTree/OCX 7.0

SftTree.Footers Property

Softel vdm, Inc.

Returns the SftTreeFooters object.

Syntax       

Get

VB.NET

refFootersObj = object.Footers  As SftTreeFooters

VB

Set refFootersObj = object.Footers  As SftTreeFooters

C#.NET

SftTreeFooters refFootersObj = object.Footers;

VC++

ISftTreeFooters* refFootersObj = object->Footers;
ISftTreeFooters* refFootersObj = object->GetFooters();

C

HRESULT object->get_Footers(ISftTreeFooters** refFootersObj);

Delphi

refFootersObj := object.Footers  : ISftTreeFooters;

object

A SftTree object.

refFootersObj

Returns the SftTreeFooters object.

Comments

The Footers property returns the SftTreeFooters object.

The SftTreeFooters object describes attributes that apply to all column footers in a SftTree/OCX control. Numerous properties and methods can be accessed using the returned object refFootersObj. A control has only one SftTreeFooters object.

An individual column's SftTreeFooter object can be accessed through the control's Footer property.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com